getVersionLinks

List links on a version

This command lists all links that are associated with a specified component version.

Format

udclient [global-args...] [global-flags...]
  getVersionLinks [parameters]

Parameters

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  getVersionLinks 
  -component JPetStore-APP 
  -version 1.0

Example response

[
  {
    "name": "Link to MyCompany example web site",
    "value": "http://mycompany.example.com"
  },
  {
    "name": "Link to foo web site",
    "value": "http://www.foo.com"
  }
]

Related REST command: List links on a version.